Let's get started with a Microservice Architecture with Spring Cloud:
A Guide to XML in Java
Last updated: September 28, 2023
1. Overview
This is a guide to working with XML in Java.
We’ll go over the most common Java XML processing libraries – for both parsing and binding.
.
.
.
.
.
2. DOM Parsers
- Working with XML Files in Java Using DOM Parsing
- Write an org.w3.dom.Document to a File
- Pretty-Print XML in Java
- Intro to XPath with Java
- Modifying an XML Attribute in Java
.
.
.
.
.
3. SAX Parser
.
.
.
.
.
4. StAX Parser
.
.
.
.
.
5. JAXB
.
.
.
.
.
6. XStream
- XStream User Guide: Converting XML to Objects
- XStream User Guide: Converting Objects to XML
- Remote Code Execution with XStream
.
.
.
.
.
7. Jackson XML
- XML Serialization and Deserialization with Jackson
- Convert XML to JSON Using Jackson
- Using XML in @RequestBody in Spring REST
.
.
.
.
.
8. Apache CXF Aegis
.
.
.
.
.
9. JiBX
.
.
.
.
.
10. XMLUnit 2
.
.
.
.
.

















